projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba1644c
)
Fix a typo in “popup-context-menu” documentation.
author
bodqhrohro
<bodqhrohro@gmail.com>
Wed, 9 Jan 2019 14:24:29 +0000
(14:24 +0000)
committer
bodqhrohro
<bodqhrohro@gmail.com>
Wed, 9 Jan 2019 14:24:29 +0000
(14:24 +0000)
gtk/gtktoolbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolbar.c
b/gtk/gtktoolbar.c
index dbf53dd9cd5c166679b8639026d0754bbeee5960..f58844a9609f7946f264d7340216a5d2124405b8 100644
(file)
--- a/
gtk/gtktoolbar.c
+++ b/
gtk/gtktoolbar.c
@@
-438,7
+438,7
@@
gtk_toolbar_class_init (GtkToolbarClass *klass)
* to display a context menu on the toolbar. The context-menu should
* appear at the coordinates given by @x and @y. The mouse button
* number is given by the @button parameter. If the menu was popped
- * up using the keyb
ao
rd, @button is -1.
+ * up using the keyb
oa
rd, @button is -1.
*
* Returns: return %TRUE if the signal was handled, %FALSE if not
*/